Skip to content

Implement Chutes AI adapter#102

Closed
ZHOUEU-star wants to merge 1 commit into
profullstack:masterfrom
ZHOUEU-star:bounty/ai-chutes-adapter
Closed

Implement Chutes AI adapter#102
ZHOUEU-star wants to merge 1 commit into
profullstack:masterfrom
ZHOUEU-star:bounty/ai-chutes-adapter

Conversation

@ZHOUEU-star
Copy link
Copy Markdown
Contributor

Summary

  • replace the Chutes stub with an OpenAI-compatible chat completions integration
  • use CHUTES_API_KEY and the llm.chutes.ai model API
  • support model overrides, system prompts, max tokens, temperature, extra request fields, dry-run behavior, and usage token mapping

Verification

  • pnpm --filter @profullstack/sh1pt-ai-chutes typecheck
  • tsx dry-run smoke check for missing-key and dry-run paths
  • curl https://llm.chutes.ai/v1/models returns OpenAI-style model metadata

Note: local vitest startup is blocked by a macOS Rollup native package signature loading error before tests execute.

@ralyodio ralyodio self-assigned this May 13, 2026
@github-actions
Copy link
Copy Markdown

🤖 Auto-rebase: The branch was rebased successfully locally but could not be pushed to the fork. Please enable 'Allow edits from maintainers' in the PR settings, or rebase manually: git fetch upstream master && git rebase upstream/master.

4 similar comments
@github-actions
Copy link
Copy Markdown

🤖 Auto-rebase: The branch was rebased successfully locally but could not be pushed to the fork. Please enable 'Allow edits from maintainers' in the PR settings, or rebase manually: git fetch upstream master && git rebase upstream/master.

@github-actions
Copy link
Copy Markdown

🤖 Auto-rebase: The branch was rebased successfully locally but could not be pushed to the fork. Please enable 'Allow edits from maintainers' in the PR settings, or rebase manually: git fetch upstream master && git rebase upstream/master.

@github-actions
Copy link
Copy Markdown

🤖 Auto-rebase: The branch was rebased successfully locally but could not be pushed to the fork. Please enable 'Allow edits from maintainers' in the PR settings, or rebase manually: git fetch upstream master && git rebase upstream/master.

@github-actions
Copy link
Copy Markdown

🤖 Auto-rebase: The branch was rebased successfully locally but could not be pushed to the fork. Please enable 'Allow edits from maintainers' in the PR settings, or rebase manually: git fetch upstream master && git rebase upstream/master.

@ralyodio ralyodio closed this May 22, 2026
@ralyodio ralyodio reopened this May 22, 2026
@ralyodio ralyodio closed this May 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants